home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 25 / CU Amiga Magazine's Super CD-ROM 25 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-08].iso / CUCD / Utilities / BetaScan / ScannerDev / MakeILBM.h < prev    next >
C/C++ Source or Header  |  1998-06-02  |  274b  |  9 lines

  1. #ifndef MAKEILBM_H
  2. #define MAKEILBM_H
  3.  
  4. struct ILBMFile *openILBM(char* name,int width,int height,int depth,int xdpi,int ydpi,short compr);
  5. void   closeILBM(struct ILBMFile* fh,short error);
  6. void   writeILBM(struct ILBMFile* fh,UBYTE* buf,int cPlane);
  7.  
  8. #endif /* MAKEILBM */
  9.